details widget name

Aliases

Same cat chapters
  • Technical documentation: Site
Chapter details

Aliases in Atlas are business objects implementing the com.tetracom.atlas.urlalias.api.IAlias interface.  Apart from the pretty name (the actual alias), each alias is formed by a website id, page id and some parameters. Each page is given a default alias upon creation. These are aliases without parameters, which hide the system page URL,  formed by the page id. All alias services are packed in the com.tetracom.atlas.urlalias.api package:

  • INewUrlAliasService – service for creating new aliases;

  • IUrlAliasDao – database service;

  • IUrlAliasService – main alias management service.